Share via


ModelRelationshipClass.SupportedPlatforms Property

The TSqlPlatforms versions on which this relationship 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 ModelRelationshipClass 
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

See Also

Reference

ModelRelationshipClass Class

Microsoft.SqlServer.Dac.Model Namespace