共用方式為


PartitionFunctionParameter.Parent 屬性

Gets or sets the PartitionFunction object that is the parent of the PartitionFunctionParameter object.

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

語法

'宣告
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As PartitionFunction 
    Get 
    Set
'用途
Dim instance As PartitionFunctionParameter 
Dim value As PartitionFunction 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public PartitionFunction Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property PartitionFunction^ Parent {
    PartitionFunction^ get ();
    void set (PartitionFunction^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : PartitionFunction with get, set
function get Parent () : PartitionFunction 
function set Parent (value : PartitionFunction)

屬性值

型別:Microsoft.SqlServer.Management.Smo.PartitionFunction
The PartitionFunction object that is the parent of the PartitionFunctionParameter object.

範例

使用檔案群組和檔案來儲存資料

請參閱

參考

PartitionFunctionParameter 類別

Microsoft.SqlServer.Management.Smo 命名空間

其他資源

CREATE PARTITION FUNCTION (Transact-SQL)