Parent プロパティ
IndexedColumnCollection オブジェクトの親である Server オブジェクトを取得します。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
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
IndexedColumnCollection オブジェクトの親である Server オブジェクト。