Aracılığıyla paylaş


ServerRoleExtender.ContainingRoleNames Property

Gets a StringCollection which contains the names of the Server Roles which contain the ServerRole as a member.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Bildirim
<ExtendedPropertyAttribute> _
Public ReadOnly Property ContainingRoleNames As StringCollection
    Get
'Kullanım
Dim instance As ServerRoleExtender
Dim value As StringCollection

value = instance.ContainingRoleNames
[ExtendedPropertyAttribute]
public StringCollection ContainingRoleNames { get; }
[ExtendedPropertyAttribute]
public:
property StringCollection^ ContainingRoleNames {
    StringCollection^ get ();
}
[<ExtendedPropertyAttribute>]
member ContainingRoleNames : StringCollection
function get ContainingRoleNames () : StringCollection

Property Value

Type: System.Collections.Specialized.StringCollection
A StringCollection which contains the names of the Server Roles which contain the ServerRole as a member.

See Also

Reference

ServerRoleExtender Class

Microsoft.SqlServer.Management.Smo Namespace