Aracılığıyla paylaş


ServerRoleExtender.RoleMembersTableData Property

Gets a DataTable which is used to hold information about the members of the ServerRole.

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

Syntax

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

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

Property Value

Type: System.Data.DataTable
a DataTable which is used to hold information about the members of the ServerRole.

See Also

Reference

ServerRoleExtender Class

Microsoft.SqlServer.Management.Smo Namespace