Właściwość ConnectionProperties.ConnectString
Połączenie ciąg.
Przestrzeń nazw: Microsoft.ReportingServices.RdlObjectModel
Zestaw: Microsoft.ReportingServices.Designer.Controls (w Microsoft.ReportingServices.Designer.Controls.dll)
Składnia
'Deklaracja
Public Property ConnectString As ReportExpression
Get
Set
'Użycie
Dim instance As ConnectionProperties
Dim value As ReportExpression
value = instance.ConnectString
instance.ConnectString = value
public ReportExpression ConnectString { get; set; }
public:
property ReportExpression ConnectString {
ReportExpression get ();
void set (ReportExpression value);
}
member ConnectString : ReportExpression with get, set
function get ConnectString () : ReportExpression
function set ConnectString (value : ReportExpression)
Wartość właściwości
Typ: Microsoft.ReportingServices.RdlObjectModel.ReportExpression
A ReportExpression obiektu.
Zobacz także