Compartir a través de


ServerRoleCollection.Parent Propiedad

Gets the Server object that is the parent of the ServerRole 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 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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Server
A Server object that is the parent of the ServerRole object.

Ejemplos

Usar colecciones

Vea también

Referencia

ServerRoleCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo