Parent 속성
Gets the Server object that is the parent of the IndexedColumnCollection object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public ReadOnly Property Parent As Index
Get
‘사용 방법
Dim instance As IndexedColumnCollection
Dim value As Index
value = instance.Parent
public Index Parent { get; }
public:
property Index^ Parent {
Index^ get ();
}
member Parent : Index
function get Parent () : Index
속성 값
형식: Microsoft.SqlServer.Management.Smo. . :: . .Index
A Server object that is the parent of the IndexedColumnCollection object.