次の方法で共有


ScriptCollectorInfo.SupportedContentTypes プロパティ

コンテンツのスクリプティングにサポートされているコンテンツ タイプを取得します。値の設定も可能です。

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

構文

'宣言

Public Property SupportedContentTypes As ContentType()
    Get
    Set
'使用

Dim instance As ScriptCollectorInfo
Dim value As ContentType()

value = instance.SupportedContentTypes

instance.SupportedContentTypes = value
public ContentType[] SupportedContentTypes { get; set; }
public:
virtual property array<ContentType^>^ SupportedContentTypes {
    array<ContentType^>^ get () sealed;
    void set (array<ContentType^>^ value) sealed;
}
abstract SupportedContentTypes : ContentType[] with get, set
override SupportedContentTypes : ContentType[] with get, set
final function get SupportedContentTypes () : ContentType[]
final function set SupportedContentTypes (value : ContentType[])

プロパティ値

型: array<Microsoft.SqlServer.Management.ContentType[]
コンテンツのスクリプティングにサポートされているコンテンツ タイプ。

実装

IScriptCollectorInfo.SupportedContentTypes

関連項目

参照

ScriptCollectorInfo クラス

Microsoft.SqlServer.Management 名前空間