IDataSourceDescriptor.Kind Property

 

Applies To: SQL Server 2016 Preview

Gets the kind of this current instance.

Namespace:   Microsoft.DataWarehouse.Interfaces
Assembly:  Microsoft.DataWarehouse.Interfaces (in Microsoft.DataWarehouse.Interfaces.dll)

Syntax

Guid Kind { get; }
property Guid Kind {
    Guid get();
}
abstract Kind : Guid with get
ReadOnly Property Kind As Guid

Property Value

Type: System.Guid

The kind of this current instance.

See Also

IDataSourceDescriptor Interface
Microsoft.DataWarehouse.Interfaces Namespace

Return to top