Propriedade CreateXmlIndexStatement.SecondaryXmlIndexType
Obtém ou define o tipo de índice XML secundário.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (em Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintaxe
'Declaração
Public Property SecondaryXmlIndexType As SecondaryXmlIndexType
Get
Set
public SecondaryXmlIndexType SecondaryXmlIndexType { get; set; }
public:
property SecondaryXmlIndexType SecondaryXmlIndexType {
SecondaryXmlIndexType get ();
void set (SecondaryXmlIndexType value);
}
member SecondaryXmlIndexType : SecondaryXmlIndexType with get, set
function get SecondaryXmlIndexType () : SecondaryXmlIndexType
function set SecondaryXmlIndexType (value : SecondaryXmlIndexType)
Valor de propriedade
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.SecondaryXmlIndexType
Retorna um SecondaryXmlIndexType valor de enumeração.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.