Propriedade do RDL Item (String)
Gets a UserDefinedDataType object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Default Property Item ( _
name As String _
) As UserDefinedDataType
Get
'Uso
Dim instance As UserDefinedDataTypeCollection
Dim name As String
Dim value As UserDefinedDataType
value = instance(name)
public UserDefinedDataType this[
string name
] { get; }
public:
property UserDefinedDataType^ default[String^ name] {
UserDefinedDataType^ get (String^ name);
}
member Item : UserDefinedDataType
JScript dá suporte ao uso de propriedades indexadas, mas não à declaração de propriedades novas.
Parâmetros
- name
Tipo: System. . :: . .String
A String value that specifies the name of the UserDefinedDataType object in the UserDefinedDataTypeCollection collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .UserDefinedDataType
A UserDefinedDataType object value that represents the user-defined data type.
Consulte também