Propriété Parent
Gets the Server object that is the parent of the ServerRole object.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Parent As Server
Get
'Utilisation
Dim instance As ServerRoleCollection
Dim value As Server
value = instance.Parent
public Server Parent { get; }
public:
property Server^ Parent {
Server^ get ();
}
member Parent : Server
function get Parent () : Server
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .Server
A Server object that is the parent of the ServerRole object.