IScriptCollectorInfo.SupportedContentTypes Property

Definition

Gets the list of compatible content types.

public:
 property cli::array <Microsoft::SqlServer::Management::ContentType ^> ^ SupportedContentTypes { cli::array <Microsoft::SqlServer::Management::ContentType ^> ^ get(); };
public Microsoft.SqlServer.Management.ContentType[] SupportedContentTypes { get; }
member this.SupportedContentTypes : Microsoft.SqlServer.Management.ContentType[]
Public ReadOnly Property SupportedContentTypes As ContentType()

Property Value

The list of compatible content types within the Script Collector.

Applies to