SfcProperty.Type Property

 

Applies To: SQL Server 2016 Preview

Gets the type of the property. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:   Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

public Type Type { get; }
public:
property Type^ Type {
    virtual Type^ get() sealed;
}
abstract Type : Type with get
override Type : Type with get
Public ReadOnly Property Type As Type

Property Value

Type: System.Type

A property object that represents the type of the property.

Implements

ISfcProperty.Type

See Also

SfcProperty Class
Microsoft.SqlServer.Management.Sdk.Sfc Namespace

Return to top