Свойство UserDefinedDataTypeCollection.Item (String, String)
Gets a UserDefinedDataType object in the collection by name and schema.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
name As String, _
schema As String _
) As UserDefinedDataType
Get
'Применение
Dim instance As UserDefinedDataTypeCollection
Dim name As String
Dim schema As String
Dim value As UserDefinedDataType
value = instance(name, schema)
public UserDefinedDataType this[
string name,
string schema
] { get; }
public:
property UserDefinedDataType^ default[String^ name, String^ schema] {
UserDefinedDataType^ get (String^ name, String^ schema);
}
member Item : UserDefinedDataType
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System.String
A String value that specifies the name of the UserDefinedDataType object in the UserDefinedDataTypeCollection collection.
- schema
Тип: System.String
A String value that specifies the name of the schema.
Значение свойства
Тип: Microsoft.SqlServer.Management.Smo.UserDefinedDataType
A UserDefinedDataType object value that represents the user-defined data type.