ExtendedPropertyAttribute 생성자

정의

오버로드

Name Description
ExtendedPropertyAttribute()

기본 ctor입니다. 부모 전파가 제공되지 않음

ExtendedPropertyAttribute(String)

ctor

ExtendedPropertyAttribute()

기본 ctor입니다. 부모 전파가 제공되지 않음

public ExtendedPropertyAttribute();
Public Sub New ()

적용 대상

ExtendedPropertyAttribute(String)

ctor

public ExtendedPropertyAttribute(string parentPropertyName);
new Microsoft.SqlServer.Management.Sdk.Sfc.ExtendedPropertyAttribute : string -> Microsoft.SqlServer.Management.Sdk.Sfc.ExtendedPropertyAttribute
Public Sub New (parentPropertyName As String)

매개 변수

parentPropertyName
String

parent 속성

적용 대상