Partager via


Propriété Owner

Gets the IDatabasePrincipal object that represents the owner of the database role.

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

Syntaxe

'Déclaration
ReadOnly Property Owner As IDatabasePrincipal
    Get
'Utilisation
Dim instance As IDatabaseRole
Dim value As IDatabasePrincipal

value = instance.Owner
IDatabasePrincipal Owner { get; }
property IDatabasePrincipal^ Owner {
    IDatabasePrincipal^ get ();
}
abstract Owner : IDatabasePrincipal
function get Owner () : IDatabasePrincipal

Valeur de propriété

Type : Microsoft.SqlServer.Management.SqlParser.Metadata. . :: . .IDatabasePrincipal
The IDatabasePrincipal object that represents the owner of the database role.