ScriptCollectorInfo.SupportedContentTypes プロパティ

定義

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

public:
 property cli::array <Microsoft::SqlServer::Management::ContentType ^> ^ SupportedContentTypes { cli::array <Microsoft::SqlServer::Management::ContentType ^> ^ get(); void set(cli::array <Microsoft::SqlServer::Management::ContentType ^> ^ value); };
[System.Xml.Serialization.XmlArrayItem(IsNullable=false)]
public Microsoft.SqlServer.Management.ContentType[] SupportedContentTypes { get; set; }
[<System.Xml.Serialization.XmlArrayItem(IsNullable=false)>]
member this.SupportedContentTypes : Microsoft.SqlServer.Management.ContentType[] with get, set
Public Property SupportedContentTypes As ContentType()

プロパティ値

コンテンツのスクリプティングにサポートされているコンテンツ タイプ。

属性

適用対象