Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
Specifies the possible File Declaration Option kind.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration FileDeclarationOptionKind
'Usage
Dim instance As FileDeclarationOptionKind
public enum FileDeclarationOptionKind
public enum class FileDeclarationOptionKind
type FileDeclarationOptionKind
public enum FileDeclarationOptionKind
Members
| Member name | Description | |
|---|---|---|
| FileGrowth | The FileGrowth option kind. | |
| FileName | The FileName option kind. | |
| MaxSize | The MaxSize option kind. | |
| Name | The Name option kind. | |
| NewName | The NewName option kind. | |
| Offline | The Offline option kind. | |
| Size | The Size option kind. |