LoginCollection.Parent 属性
Gets the Server object that is the parent of the LoginCollection object.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Property Parent As Server
Get
用法
Dim instance As LoginCollection
Dim value As Server
value = instance.Parent
public Server Parent { get; }
public:
property Server^ Parent {
Server^ get ();
}
member Parent : Server
function get Parent () : Server
属性值
类型:Microsoft.SqlServer.Management.Smo.Server
A Server object that is the parent of the LoginCollection object.