ColumnMasterKeyCollection.Item[] Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| Item[Int32] | |
| Item[String] |
Item[Int32]
public Microsoft.SqlServer.Management.Smo.ColumnMasterKey this[int index] { get; }
member this.Item(int) : Microsoft.SqlServer.Management.Smo.ColumnMasterKey
Default Public ReadOnly Property Item(index As Integer) As ColumnMasterKey
Parâmetros
- index
- Int32
Valor da propriedade
Aplica-se a
Item[String]
public Microsoft.SqlServer.Management.Smo.ColumnMasterKey this[string name] { get; }
member this.Item(string) : Microsoft.SqlServer.Management.Smo.ColumnMasterKey
Default Public ReadOnly Property Item(name As String) As ColumnMasterKey
Parâmetros
- name
- String