Partager via


Propriété PartitionFunctionParameter.Parent

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

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

Syntaxe

'Déclaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As PartitionFunction 
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Exemples

Utilisation de fichiers ou de groupes de fichiers pour stocker des données

Voir aussi

Référence

PartitionFunctionParameter Classe

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

CREATE PARTITION FUNCTION (Transact-SQL)