Binary メソッド

指定された型を表すオブジェクトを返します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
Public Shared Function Binary ( _
    maxLength As Integer _
) As DataType
'使用
Dim maxLength As Integer
Dim returnValue As DataType

returnValue = DataType.Binary(maxLength)
public static DataType Binary(
    int maxLength
)
public:
static DataType^ Binary(
    int maxLength
)
static member Binary : 
        maxLength:int -> DataType 
public static function Binary(
    maxLength : int
) : DataType

パラメーター

戻り値

型: Microsoft.SqlServer.Management.Smo. . :: . .DataType
DataType オブジェクト値です。