ChangeTableChangesTableSource.SinceVersion, propriété
Obtient ou définit le point à partir duquel des modifications sont requises.
Espace de noms : Microsoft.Data.Schema.ScriptDom.Sql
Assembly : Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Déclaration
Public Property SinceVersion As Literal
Get
Set
public Literal SinceVersion { get; set; }
public:
property Literal^ SinceVersion {
Literal^ get ();
void set (Literal^ value);
}
member SinceVersion : Literal with get, set
function get SinceVersion () : Literal
function set SinceVersion (value : Literal)
Valeur de propriété
Type : Microsoft.Data.Schema.ScriptDom.Sql.Literal
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.