Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the insert source, which can be ValuesInsertSource, SelectInsertSource, or ExecuteInsertSource.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Property InsertSource As InsertSource
Get
Set
'Uso
Dim instance As InsertSpecification
Dim value As InsertSource
value = instance.InsertSource
instance.InsertSource = value
public InsertSource InsertSource { get; set; }
public:
property InsertSource^ InsertSource {
InsertSource^ get ();
void set (InsertSource^ value);
}
member InsertSource : InsertSource with get, set
function get InsertSource () : InsertSource
function set InsertSource (value : InsertSource)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.InsertSource
The insert source.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom