Propriedade do RDL DefaultCollection.Item (String)
Gets a Default 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 Default
Get
'Uso
Dim instance As DefaultCollection
Dim name As String
Dim value As Default
value = instance(name)
public Default this[
string name
] { get; }
public:
property Default^ default[String^ name] {
Default^ get (String^ name);
}
member Item : Default
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 Default object in the DefaultCollection collection.
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Default
A Default object value that represents the default.