Compartir a través de


SqlEnumResult.SchemaPrefixProperties Propiedad

Gets or sets the property name for the schema used in the DatabaseLevel. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
Public Property SchemaPrefixProperties As StringCollection 
    Get 
    Set
'Uso
Dim instance As SqlEnumResult 
Dim value As StringCollection 

value = instance.SchemaPrefixProperties

instance.SchemaPrefixProperties = value
public StringCollection SchemaPrefixProperties { get; set; }
public:
property StringCollection^ SchemaPrefixProperties {
    StringCollection^ get ();
    void set (StringCollection^ value);
}
member SchemaPrefixProperties : StringCollection with get, set
function get SchemaPrefixProperties () : StringCollection 
function set SchemaPrefixProperties (value : StringCollection)

Valor de la propiedad

Tipo: System.Collections.Specialized.StringCollection
The property name for the schema.

Vea también

Referencia

SqlEnumResult Clase

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc