Proprietà PartitionFunctionParameterCollection.Parent
Gets the PartitionFunction object that is the parent of the PartitionFunctionParameterCollection object.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Property Parent As PartitionFunction
Get
'Utilizzo
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
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.PartitionFunction
A PartitionFunction object that is the parent of the PartitionFunctionParameterCollection object.