Share via


SqlEnumResult.SchemaPrefixProperties プロパティ

DatabaseLevel に使用されるスキーマのプロパティ名を取得または設定します。 このメンバーをコード内で直接参照しないでください。このメンバーは、SQL Server インフラストラクチャをサポートしています。

名前空間:  Microsoft.SqlServer.Management.Sdk.Sfc
アセンブリ:  Microsoft.SqlServer.Management.Sdk.Sfc (Microsoft.SqlServer.Management.Sdk.Sfc.dll)

構文

'宣言
Public Property SchemaPrefixProperties As StringCollection 
    Get 
    Set
'使用
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)

プロパティ値

型: System.Collections.Specialized.StringCollection
スキーマのプロパティ名です。

関連項目

参照

SqlEnumResult クラス

Microsoft.SqlServer.Management.Sdk.Sfc 名前空間