Właściwość AdomdParameter.SourceColumn
Właściwość ta jest zarezerwowana do użytku w przyszłości.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdServer
Zestaw: msmgdsrv (w msmgdsrv.dll)
Składnia
'Deklaracja
Public Property SourceColumn As String
Get
Set
'Użycie
Dim instance As AdomdParameter
Dim value As String
value = instance.SourceColumn
instance.SourceColumn = value
public string SourceColumn { get; set; }
public:
virtual property String^ SourceColumn {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract SourceColumn : string with get, set
override SourceColumn : string with get, set
final function get SourceColumn () : String
final function set SourceColumn (value : String)
Wartość właściwości
Typ: System.String
Wyjątki
| Wyjątek | Warunek |
|---|---|
| [NotSupportedException] | Nosi nazwę właściwość.Aby uzyskać więcej informacji dotyczących tego wyjątku, zobacz NotSupportedException Class. |