ScriptCollectorInfo.SupportedContentTypes Property

Definition

Gets or sets the supported content types for scripting the content.

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

Property Value

The supported content types for scripting the content.

Attributes

Applies to