다음을 통해 공유


LocalizationType 속성

Gets or sets the class that supplies values for the DtsLocalizableAttribute.

네임스페이스:  Microsoft.SqlServer.Dts.Pipeline.Localization
어셈블리:  Microsoft.SqlServer.PipelineHost.dll의 Microsoft.SqlServer.PipelineHost

구문

‘선언
Public Property LocalizationType As Type
    Get
    Set
‘사용 방법
Dim instance As DtsLocalizableAttribute
Dim value As Type

value = instance.LocalizationType

instance.LocalizationType = value
public Type LocalizationType { get; set; }
public:
property Type^ LocalizationType {
    Type^ get ();
    void set (Type^ value);
}
member LocalizationType : Type with get, set
function get LocalizationType () : Type
function set LocalizationType (value : Type)

속성 값

형식: System. . :: . .Type
A System.Type that represents the class that supplies values for the DtsLocalizableAttribute.