Udostępnij przez


Metoda MDXValue.FromSByte

Tworzy nową MDXValue obiekt z 8-bitowa podpisana liczba całkowita.

Przestrzeń nazw:  Microsoft.AnalysisServices.AdomdServer
Zestaw:  msmgdsrv (w msmgdsrv.dll)

Składnia

'Deklaracja
Public Shared Function FromSByte ( _
    parameter As SByte _
) As MDXValue
'Użycie
Dim parameter As SByte
Dim returnValue As MDXValue

returnValue = MDXValue.FromSByte(parameter)
public static MDXValue FromSByte(
    sbyte parameter
)
public:
static MDXValue^ FromSByte(
    signed char parameter
)
static member FromSByte : 
        parameter:sbyte -> MDXValue 
public static function FromSByte(
    parameter : sbyte
) : MDXValue

Parametry

  • parameter
    Typ: System.SByte
    8-Bitowa podpisana liczba całkowita.