Udostępnij za pośrednictwem


Właściwość PartitionFunctionParameter.Parent

Pobiera lub ustawia PartitionFunction obiekt, który jest elementem nadrzędnym PartitionFunctionParameter obiektu.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As PartitionFunction
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: Microsoft.SqlServer.Management.Smo.PartitionFunction
PartitionFunction Obiekt, który jest elementem nadrzędnym PartitionFunctionParameter obiektu.