共用方式為


PartitionSchemeParameterCollection.Parent 屬性

Gets the PartitionScheme object that is the parent of the PartitionSchemeParameterCollection object.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public ReadOnly Property Parent As SqlSmoObject 
    Get
'用途
Dim instance As PartitionSchemeParameterCollection 
Dim value As SqlSmoObject 

value = instance.Parent
public SqlSmoObject Parent { get; }
public:
property SqlSmoObject^ Parent {
    SqlSmoObject^ get ();
}
member Parent : SqlSmoObject
function get Parent () : SqlSmoObject

屬性值

型別:Microsoft.SqlServer.Management.Smo.SqlSmoObject
A PartitionScheme object value that is the parent of the PartitionSchemeParameterCollection object.

範例

使用集合

請參閱

參考

PartitionSchemeParameterCollection 類別

Microsoft.SqlServer.Management.Smo 命名空間