CredentialCollection.Parent Propiedad
Gets the Server object that is the parent of the CredentialCollection object.
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 CredentialCollection
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
A Server object value that is the parent of the CredentialCollection.