다음을 통해 공유


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.