Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the name of the parameter.
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)
Syntax
'Declaration
Protected m_parameterName As String
'Usage
Dim value As String
value = Me.m_parameterName
Me.m_parameterName = value
protected string m_parameterName
protected:
String^ m_parameterName
val mutable m_parameterName: string
protected var m_parameterName : String