Compartir a través de


Parameters Propiedad

Represents a collection of UserDefinedAggregateParameter objects. Each UserDefinedAggregateParameter object represents a parameter defined on the user-defined aggregate.

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

Sintaxis

'Declaración
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, GetType(UserDefinedAggregateParameter))> _
Public ReadOnly Property Parameters As UserDefinedAggregateParameterCollection
    Get
'Uso
Dim instance As UserDefinedAggregate
Dim value As UserDefinedAggregateParameterCollection

value = instance.Parameters
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, typeof(UserDefinedAggregateParameter))]
public UserDefinedAggregateParameterCollection Parameters { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::OneToAny, 
    typeof(UserDefinedAggregateParameter))]
public:
property UserDefinedAggregateParameterCollection^ Parameters {
    UserDefinedAggregateParameterCollection^ get ();
}
[<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, 
    typeof(UserDefinedAggregateParameter))>]
member Parameters : UserDefinedAggregateParameterCollection
function get Parameters () : UserDefinedAggregateParameterCollection

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedAggregateParameterCollection
A UserDefinedAggregateParameterCollection object that represents all the parameters defined on the user-defined aggregate.