CreateSchemaStatement.StatementList (Propiedad)
Obtiene o establece la lista opcional de instrucciones.
Espacio de nombres: Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado: Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)
Sintaxis
'Declaración
Public Property StatementList As StatementList
Get
Set
public StatementList StatementList { get; set; }
public:
property StatementList^ StatementList {
StatementList^ get ();
void set (StatementList^ value);
}
member StatementList : StatementList with get, set
function get StatementList () : StatementList
function set StatementList (value : StatementList)
Valor de propiedad
Tipo: Microsoft.Data.Schema.ScriptDom.Sql.StatementList
Devuelve un objeto StatementList.
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.