Data Management Object Model Reference

DataSource.TransformationContent Property

Sets/gets the metadata contents of the transformation Also detect the provider type and provider sub type used. Possible values are enumerated in TransformationContent

[Visual Basic]
NotOverridable Public Property TransformationContent As TransformationContents _
    Implements IDataSource.TransformationContent
[C#]
public TransformationContents TransformationContent {get; set;}

Implements

IDataSource.TransformationContent

See Also

DataSource Class | SPSSMR.Data Namespace