ScriptCollectorInfo.SupportedContentTypes Proprietà

Definizione

Ottiene o imposta i tipi di contenuto supportati per la creazione dello script del contenuto.

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

Valore della proprietà

ContentType[]

Tipi di contenuto supportati per la creazione dello script del contenuto.

Attributi

Si applica a