Proprietà Item (String)
Gets a UserDefinedType object in the collection by name.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public ReadOnly Default Property Item ( _
name As String _
) As UserDefinedType
Get
'Utilizzo
Dim instance As UserDefinedTypeCollection
Dim name As String
Dim value As UserDefinedType
value = instance(name)
public UserDefinedType this[
string name
] { get; }
public:
property UserDefinedType^ default[String^ name] {
UserDefinedType^ get (String^ name);
}
member Item : UserDefinedType
JScript supporta l'utilizzo di proprietà indicizzate, ma non la dichiarazione di nuove proprietà.
Parametri
- name
Tipo: System. . :: . .String
A String value that specifies the name of the UserDefinedType object in the UserDefinedTypeCollection collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedType
A UserDefinedType object value that represents the alias data type.
Vedere anche