Freigeben über


ASTaskBase.ConnectionName-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets or sets the name of the connection for the analysis services task.

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)

Eigenschaftswert

Typ: System.String
The name of the connection.

Siehe auch

Verweis

ASTaskBase Klasse

Microsoft.DataTransformationServices.Tasks.DTSProcessingTask-Namespace