FederationCollection.Parent 属性
Gets the parent database of the federation collection.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public ReadOnly Property Parent As Database
Get
用法
Dim instance As FederationCollection
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
The parent database of the federation collection.