Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Initializes a new instance of the UserDefinedAggregate class on the specified database and with the specified name and schema.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Синтаксис
'Декларация
Public Sub New ( _
database As Database, _
name As String, _
schema As String _
)
public UserDefinedAggregate (
Database database,
string name,
string schema
)
public:
UserDefinedAggregate (
Database^ database,
String^ name,
String^ schema
)
public UserDefinedAggregate (
Database database,
String name,
String schema
)
public function UserDefinedAggregate (
database : Database,
name : String,
schema : String
)
Параметры
- database
A Database object that specifies the database on which the user-defined aggregate belongs.
- name
A String value that specifies the name of the user-defined aggregate.
- schema
A String value that specifies the schema of the user-defined aggregate.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
Пример
How to: Construct an Object in Visual Basic .NET
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
UserDefinedAggregate Class
UserDefinedAggregate Members
Microsoft.SqlServer.Management.Smo Namespace