InputConnection 속성
Gets or sets the connection string to an Analysis Services project or an Analysis Services database.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
어셈블리: Microsoft.SqlServer.DMQueryTask(Microsoft.SqlServer.DMQueryTask.dll)
구문
‘선언
Public Property InputConnection As String
Get
Set
‘사용 방법
Dim instance As DMQueryTask
Dim value As String
value = instance.InputConnection
instance.InputConnection = value
public string InputConnection { get; set; }
public:
virtual property String^ InputConnection {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract InputConnection : string with get, set
override InputConnection : string with get, set
final function get InputConnection () : String
final function set InputConnection (value : String)
속성 값
유형: System. . :: . .String
A String that contains the connection string to an Analysis Services project or an Analysis Services database.