Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets the signable element kind.
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
Public Property ElementKind As SignableElementKind
Get
Set
'Применение
Dim instance As SignatureStatementBase
Dim value As SignableElementKind
value = instance.ElementKind
instance.ElementKind = value
public SignableElementKind ElementKind { get; set; }
public:
property SignableElementKind ElementKind {
SignableElementKind get ();
void set (SignableElementKind value);
}
member ElementKind : SignableElementKind with get, set
function get ElementKind () : SignableElementKind
function set ElementKind (value : SignableElementKind)
Значение свойства
Тип: Microsoft.SqlServer.TransactSql.ScriptDom.SignableElementKind
The signable element kind.