다음을 통해 공유


VarBinary 메서드

Returns an object that represents the specified type.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
Public Shared Function VarBinary ( _
    maxLength As Integer _
) As DataType
‘사용 방법
Dim maxLength As Integer
Dim returnValue As DataType

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

매개 변수