DatabaseEncryptionKey.Script 메서드
Generates a script for a database encryption key object with the default values.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Function Script As StringCollection
‘사용 방법
Dim instance As DatabaseEncryptionKey
Dim returnValue As StringCollection
returnValue = instance.Script()
public StringCollection Script()
public:
virtual StringCollection^ Script() sealed
abstract Script : unit -> StringCollection
override Script : unit -> StringCollection
public final function Script() : StringCollection
반환 값
유형: System.Collections.Specialized.StringCollection
A list of Transact-SQL statements in the script.
구현
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스