Parent 属性
Gets the Server object that is the parent of the IndexedColumnCollection object.
命名空间: 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
A Server object that is the parent of the IndexedColumnCollection object.