Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the name of the SSIS package variable.
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)
Syntax
'Declaration
Protected m_dtsVariableName As String
'Usage
Dim value As String
value = Me.m_dtsVariableName
Me.m_dtsVariableName = value
protected string m_dtsVariableName
protected:
String^ m_dtsVariableName
val mutable m_dtsVariableName: string
protected var m_dtsVariableName : String