Propriedade do RDL PartitionFunctionParameterCollection.Parent

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
Public ReadOnly Property Parent As PartitionFunction 
    Get
'Uso
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

Valor da propriedade

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

Exemplos

Usando coleções

Consulte também

Referência

PartitionFunctionParameterCollection Classe

Namespace Microsoft.SqlServer.Management.Smo