Parent 属性

Gets or sets the FileGroup object that is the parent of the DataFile object.

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

语法

声明
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As FileGroup
    Get
    Set
用法
Dim instance As DataFile
Dim value As FileGroup

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public FileGroup Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property FileGroup^ Parent {
    FileGroup^ get ();
    void set (FileGroup^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : FileGroup with get, set
function get Parent () : FileGroup
function set Parent (value : FileGroup)

属性值

类型:Microsoft.SqlServer.Management.Smo. . :: . .FileGroup
A FileGroup object value that specifies the parent of the DataFile object.