SystemDataTypeCollection.Item Property (String)
Gets a SystemDataType object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Bildirim
Public ReadOnly Default Property Item ( _
name As String _
) As SystemDataType
Get
'Kullanım
Dim instance As SystemDataTypeCollection
Dim name As String
Dim value As SystemDataType
value = instance(name)
public SystemDataType this[
string name
] { get; }
public:
property SystemDataType^ default[String^ name] {
SystemDataType^ get (String^ name);
}
member Item : SystemDataType
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- name
Type: System.String
A String value that specifies the name of the SystemDataType object in the SystemDataTypeCollection collection.
Property Value
Type: Microsoft.SqlServer.Management.Smo.SystemDataType
A SystemDataType object value that represents the system data type.