Compartilhar via


Propriedade do RDL ASTaskBase.ConnectionName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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

Namespace:  Microsoft.DataTransformationServices.Tasks.DTSProcessingTask
Assembly:  Microsoft.SqlServer.ASTasks (em Microsoft.SqlServer.ASTasks.dll)

Sintaxe

'Declaração
Public Overridable Property ConnectionName As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
The name of the connection.

Consulte também

Referência

ASTaskBase Classe

Namespace Microsoft.DataTransformationServices.Tasks.DTSProcessingTask