Share via


IDataSourceDescriptor.Kind Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets the kind of this current instance.

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

Syntax

'Declaration
ReadOnly Property Kind As Guid 
    Get
'Usage
Dim instance As IDataSourceDescriptor 
Dim value As Guid 

value = instance.Kind
Guid Kind { get; }
property Guid Kind {
    Guid get ();
}
abstract Kind : Guid
function get Kind () : Guid

Property Value

Type: System.Guid
The kind of this current instance.

See Also

Reference

IDataSourceDescriptor Interface

Microsoft.DataWarehouse.Interfaces Namespace