PropertyReadOnlyException 생성자 (String)
Initializes a new instance of the PropertyReadOnlyException class for the specified property.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub New ( _
propertyName As String _
)
‘사용 방법
Dim propertyName As String
Dim instance As New PropertyReadOnlyException(propertyName)
public PropertyReadOnlyException(
string propertyName
)
public:
PropertyReadOnlyException(
String^ propertyName
)
new :
propertyName:string -> PropertyReadOnlyException
public function PropertyReadOnlyException(
propertyName : String
)
매개 변수
- propertyName
유형: System.String
A String value that specifies the name of the property that is read-only.