Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The TSqlPlatforms versions on which this type is supported.
Namespace: Microsoft.SqlServer.Dac.Model
Assembly: Microsoft.SqlServer.Dac.Extensions (in Microsoft.SqlServer.Dac.Extensions.dll)
Syntax
'Declaration
Public Property SupportedPlatforms As TSqlPlatforms
Get
Private Set
'Usage
Dim instance As ModelTypeClass
Dim value As TSqlPlatforms
value = instance.SupportedPlatforms
public TSqlPlatforms SupportedPlatforms { get; private set; }
public:
property TSqlPlatforms SupportedPlatforms {
TSqlPlatforms get ();
private: void set (TSqlPlatforms value);
}
member SupportedPlatforms : TSqlPlatforms with get, private set
function get SupportedPlatforms () : TSqlPlatforms
private function set SupportedPlatforms (value : TSqlPlatforms)
Property Value
Type: Microsoft.SqlServer.Dac.Model.TSqlPlatforms