Notatka
Dostęp do tej strony wymaga autoryzacji. Może spróbować zalogować się lub zmienić katalogi.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the PartitionFunction object that is the parent of the PartitionFunctionParameterCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As PartitionFunction
Get
'Usage
Dim instance As PartitionFunctionParameterCollection
Dim value As PartitionFunction
value = instance.Parent
public PartitionFunction Parent { get; }
public:
property PartitionFunction^ Parent {
PartitionFunction^ get ();
}
member Parent : PartitionFunction
function get Parent () : PartitionFunction
Property Value
Type: Microsoft.SqlServer.Management.Smo.PartitionFunction
A PartitionFunction object that is the parent of the PartitionFunctionParameterCollection object.