DataParameter.Type 속성

Source–specific 데이터 형식 매개 변수를 가져오거나 설정 합니다.

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

구문

‘선언
Public Property Type As String
public string Type { get; set; }
public:
virtual property String^ Type {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract Type : string with get, set 
override Type : string with get, set
final function get Type () : String 
final function set Type (value : String)

속성 값

형식: String
Source–specific 데이터 형식 매개 변수를 반환합니다.

구현

IVsDataParameter.Type

.NET Framework 보안

참고 항목

참조

DataParameter 클래스

Microsoft.VisualStudio.Data.Framework 네임스페이스

SetTypeCore