IVsDataParameter.Size 속성

클래스에서 구현할 때 매개 변수의 크기를 지정 하는 정수 값을 가져오거나 설정 합니다.

네임스페이스:  Microsoft.VisualStudio.Data.Services.SupportEntities
어셈블리:  Microsoft.VisualStudio.Data.Services(Microsoft.VisualStudio.Data.Services.dll)

구문

‘선언
Property Size As Integer
int Size { get; set; }
property int Size {
    int get ();
    void set (int value);
}
abstract Size : int with get, set
function get Size () : int 
function set Size (value : int)

속성 값

형식: Int32
크기 매개 변수는 정수 값입니다.

설명

이 속성을 0으로 설정 합니다. 기본 크기를 사용 됩니다.

.NET Framework 보안

참고 항목

참조

IVsDataParameter 인터페이스

Microsoft.VisualStudio.Data.Services.SupportEntities 네임스페이스