ASTaskBase.ConnectionName Property
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly: Microsoft.SqlServer.ASTasks (in Microsoft.SqlServer.ASTasks.dll)
Syntax
'Declaration
Public Overridable Property ConnectionName As String
Get
Set
'Usage
Dim instance As ASTaskBase
Dim value As String
value = instance.ConnectionName
instance.ConnectionName = value
public virtual string ConnectionName { get; set; }
public:
virtual property String^ ConnectionName {
String^ get ();
void set (String^ value);
}
abstract ConnectionName : string with get, set
override ConnectionName : string with get, set
function get ConnectionName () : String
function set ConnectionName (value : String)
Property Value
Type: System.String