Compartir a través de


PartitionFunctionParameterCollection.Parent Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Ejemplos

Usar colecciones

Vea también

Referencia

PartitionFunctionParameterCollection Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo