DataFileCollection.Parent 属性

Gets the FileGroup object that is the parent of the DataFileCollection object.

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

语法

声明
Public ReadOnly Property Parent As FileGroup 
    Get
用法
Dim instance As DataFileCollection 
Dim value As FileGroup 

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

属性值

类型:Microsoft.SqlServer.Management.Smo.FileGroup
A FileGroup object that is the parent of the DataFileCollection object.

示例

使用集合

请参阅

参考

DataFileCollection 类

Microsoft.SqlServer.Management.Smo 命名空间