Proprietà Item (String)
Gets a SqlAssembly 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 SqlAssembly
Get
'Utilizzo
Dim instance As SqlAssemblyCollection
Dim name As String
Dim value As SqlAssembly
value = instance(name)
public SqlAssembly this[
string name
] { get; }
public:
property SqlAssembly^ default[String^ name] {
SqlAssembly^ get (String^ name);
}
member Item : SqlAssembly
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 SqlAssembly object in the SqlAssemblyCollection collection.
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .SqlAssembly
A SqlAssembly object value that represents the assembly.
Vedere anche