ExtendedProperties 속성
확장 개체 속성이 생성된 스크립트에 포함되는지 여부를 지정하는 개체 값을 가져옵니다.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Shared ReadOnly Property ExtendedProperties As ScriptOption
Get
‘사용 방법
Dim value As ScriptOption
value = ScriptOption.ExtendedProperties
public static ScriptOption ExtendedProperties { get; }
public:
static property ScriptOption^ ExtendedProperties {
ScriptOption^ get ();
}
static member ExtendedProperties : ScriptOption
static function get ExtendedProperties () : ScriptOption
속성 값
유형: Microsoft.SqlServer.Management.Smo. . :: . .ScriptOption
스크립팅 옵션의 ExtendedProperties를 나타내는 ScriptOption 개체입니다.