Свойство ServiceMasterKey.Parent

Gets the Server object that is the parent of the ServiceMasterKey object.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As Server 
    Get
'Применение
Dim instance As ServiceMasterKey 
Dim value As Server 

value = instance.Parent
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public Server Parent { get; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property Server^ Parent {
    Server^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : Server
function get Parent () : Server

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.Server
A Server object that is the parent of the ServiceMasterKey object.

Примеры

Использование шифрования

См. также

Справочник

ServiceMasterKey Класс

Пространство имен Microsoft.SqlServer.Management.Smo

Другие ресурсы

Иерархия средств шифрования

ALTER SERVICE MASTER KEY (Transact-SQL)