Parameters propriété
Represents a collection of UserDefinedAggregateParameter objects. Each UserDefinedAggregateParameter object represents a parameter defined on the user-defined aggregate.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.OneToAny, GetType(UserDefinedAggregateParameter))> _
Public ReadOnly Property Parameters As UserDefinedAggregateParameterCollection
Get
'Utilisation
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
Valeur de la propriété
Type : Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedAggregateParameterCollection
A UserDefinedAggregateParameterCollection object that represents all the parameters defined on the user-defined aggregate.
Voir aussi