ObjectProperty.ExtendedType 속성
Gets or sets a Boolean property value that specifies whether the property is an extended property or not.
네임스페이스: Microsoft.SqlServer.Management.Sdk.Sfc
어셈블리: Microsoft.SqlServer.Management.Sdk.Sfc(Microsoft.SqlServer.Management.Sdk.Sfc.dll)
구문
‘선언
Public Property ExtendedType As Boolean
Get
Set
‘사용 방법
Dim instance As ObjectProperty
Dim value As Boolean
value = instance.ExtendedType
instance.ExtendedType = value
public bool ExtendedType { get; set; }
public:
property bool ExtendedType {
bool get ();
void set (bool value);
}
member ExtendedType : bool with get, set
function get ExtendedType () : boolean
function set ExtendedType (value : boolean)
속성 값
유형: System.Boolean
True , if the property is an extended property. Otherwise, false.