Compartir a través de


CryptographicProviderCollection.Parent Propiedad

Gets the parent object of the collection.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public ReadOnly Property Parent As Server 
    Get
'Uso
Dim instance As CryptographicProviderCollection 
Dim value As Server 

value = instance.Parent
public Server Parent { get; }
public:
property Server^ Parent {
    Server^ get ();
}
member Parent : Server
function get Parent () : Server

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Server
String identifying the parent property of the CryptographicProviderCollection object.

Ejemplos

Usar colecciones

Vea también

Referencia

CryptographicProviderCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Usar colecciones

Administración extensible de claves (EKM)