Freigeben über


SqlEnumResult.SchemaPrefixProperties-Eigenschaft

Gets or sets the property name for the schema used in the DatabaseLevel. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

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

Eigenschaftswert

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

Siehe auch

Verweis

SqlEnumResult Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace