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()

属性值

用于编写内容脚本的支持的内容类型。

属性

适用于