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