Propriété PartitionFunctionParameterCollection.Parent

Gets the PartitionFunction object that is the parent of the PartitionFunctionParameterCollection object.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Parent As PartitionFunction 
    Get
'Utilisation
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

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.PartitionFunction
A PartitionFunction object that is the parent of the PartitionFunctionParameterCollection object.

Exemples

Utilisation de collections

Voir aussi

Référence

PartitionFunctionParameterCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo