Propriété DatabaseRole.Parent

Gets or sets the Database object that is the parent of the DatabaseRole object.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)> _
Public Property Parent As Database 
    Get 
    Set
'Utilisation
Dim instance As DatabaseRole 
Dim value As Database 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)]
public Database Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject, SfcObjectFlags::Design)]
public:
property Database^ Parent {
    Database^ get ();
    void set (Database^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject, SfcObjectFlags.Design)>]
member Parent : Database with get, set
function get Parent () : Database 
function set Parent (value : Database)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.Database
A Database object value that is the parent of the DatabaseRole object.

Exemples

Gestion des utilisateurs, rôles et connexions

Voir aussi

Référence

DatabaseRole Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Rôles au niveau de la base de données

CREATE ROLE (Transact-SQL)