Proprietà SqlEnumResult.SchemaPrefixProperties

Gets or sets the property name for the schema used in the DatabaseLevel. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Public Property SchemaPrefixProperties As StringCollection 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

SqlEnumResult Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc