Поделиться через


Свойство SsdlToDdlActivity.ExistingSsdlInput

A Windows Workflow InArgument that specifies the existing store schema definition language (SSDL) from which the data definition language (DDL) for dropping existing database objects is generated.

Пространство имен: Microsoft.Data.Entity.Design.DatabaseGeneration.Activities
Сборка: Microsoft.Data.Entity.Design (в microsoft.data.entity.design.dll)

Использование

Синтаксис

'Декларация
Public Property ExistingSsdlInput As InArgument(Of String)
public InArgument<string> ExistingSsdlInput { get; set; }
public:
property InArgument<String^>^ ExistingSsdlInput {
    InArgument<String^>^ get ();
    void set (InArgument<String^>^ value);
}
/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public InArgument<String> get_ExistingSsdlInput ()

/** @property */
/** @attribute CompilerGeneratedAttribute() */ 
public void set_ExistingSsdlInput (InArgument<String> value)
CompilerGeneratedAttribute 
public function get ExistingSsdlInput () : InArgument<String>

CompilerGeneratedAttribute 
public function set ExistingSsdlInput (value : InArgument<String>)

Значение свойства

The store schema definition language (SSDL) from which the data definition language (DDL) for dropping existing database objects is generated.

Замечания

Statements for dropping database objects are generated based on the ExistingSsdlInput property. The SSDL in the SsdlInput property is generated by the CsdlToSsdlAndMslActivity class.

Многопоточное использование

Все общие статические члены (Shared в Visual Basic) можно использовать в потокобезопасных операциях. Безопасная многопоточная работа с членами экземпляров типа не гарантируется.

Платформы

Платформы разработки

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008 и Windows 2000

Целевые платформы

См. также

Справочник

SsdlToDdlActivity - класс
Члены SsdlToDdlActivity
Microsoft.Data.Entity.Design.DatabaseGeneration.Activities - пространство имен

Другие ресурсы

Windows Workflow Foundation