Metodo GetOleDbType
Spazio dei nomi Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Sintassi
'Dichiarazione
Public Shared Function GetOleDbType ( _
miningStructureColumnType As String _
) As OleDbType
'Utilizzo
Dim miningStructureColumnType As String
Dim returnValue As OleDbType
returnValue = MiningStructureColumnTypes.GetOleDbType(miningStructureColumnType)
public static OleDbType GetOleDbType(
string miningStructureColumnType
)
public:
static OleDbType GetOleDbType(
String^ miningStructureColumnType
)
static member GetOleDbType :
miningStructureColumnType:string -> OleDbType
public static function GetOleDbType(
miningStructureColumnType : String
) : OleDbType
Parametri
- miningStructureColumnType
Tipo: System. . :: . .String
Valore restituito
Vedere anche