ApplicationRoleCollection.Parent 属性

Gets the Database object that is the parent of the ApplicationRoleCollection object.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Property Parent As Database 
    Get
用法
Dim instance As ApplicationRoleCollection 
Dim value As Database 

value = instance.Parent
public Database Parent { get; }
public:
property Database^ Parent {
    Database^ get ();
}
member Parent : Database
function get Parent () : Database

属性值

类型:Microsoft.SqlServer.Management.Smo.Database
A Database object that is the parent of the ApplicationRoleCollection object.

示例

使用集合

请参阅

参考

ApplicationRoleCollection 类

Microsoft.SqlServer.Management.Smo 命名空间

其他资源

应用程序角色