PrecedenceConstraintClass.Value Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un valore dall'enumerazione DTSExecResult.
public:
virtual property Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecResult Value { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecResult get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTSExecResult value); };
[System.Runtime.InteropServices.DispId(36)]
public virtual Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult Value { [System.Runtime.InteropServices.DispId(36)] get; [System.Runtime.InteropServices.DispId(36)] set; }
[<System.Runtime.InteropServices.DispId(36)>]
[<get: System.Runtime.InteropServices.DispId(36)>]
[<set: System.Runtime.InteropServices.DispId(36)>]
member this.Value : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTSExecResult with get, set
Public Overridable Property Value As DTSExecResult
Valore della proprietà
Valore ricavato dall'enumerazione DTSExecResult.
Implementazioni
- Attributi