Type Propiedad
Gets a MiningColumnType representing the type of the column.
Espacio de nombres: Microsoft.AnalysisServices.AdomdClient
Ensamblado: Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxis
'Declaración
Public ReadOnly Property Type As MiningColumnType
Get
'Uso
Dim instance As MiningStructureColumn
Dim value As MiningColumnType
value = instance.Type
public MiningColumnType Type { get; }
public:
property MiningColumnType Type {
MiningColumnType get ();
}
member Type : MiningColumnType
function get Type () : MiningColumnType
Valor de la propiedad
Tipo: Microsoft.AnalysisServices.AdomdClient. . :: . .MiningColumnType
A MiningColumnType representing the type of the column.
Vea también