UserDefinedAggregateCollection.Item Property (String, String)
Gets a UserDefinedAggregate object in the collection by name and schema.
Spazio dei nomi: Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String, _
schema As String _
) As UserDefinedAggregate
public UserDefinedAggregate this [
string name,
string schema
] { get; }
public:
property UserDefinedAggregate^ default [String^, String^] {
UserDefinedAggregate^ get (String^ name, String^ schema);
}
/** @property */
public UserDefinedAggregate get_Item (String name, String schema)
- name
A String value that specifies the name of the UserDefinedAggregate object in the UserDefinedAggregateCollection collection.
- schema
A String value that specifies the schema of the user-defined aggregate.
A UserDefinedAggregate object value that represents the database user-defined aggregate.
Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.
How to: Reference an Object by Using a Collection in Visual Basic .NET
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.
UserDefinedAggregateCollection Class
UserDefinedAggregateCollection Members
Microsoft.SqlServer.Management.Smo Namespace