DtsLocalizableAttribute.LocalizationType 屬性
Gets or sets the class that supplies values for the DtsLocalizableAttribute.
命名空間: Microsoft.SqlServer.Dts.Pipeline.Localization
組件: Microsoft.SqlServer.PipelineHost (在 Microsoft.SqlServer.PipelineHost.dll 中)
語法
'宣告
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.