EnumBoundDataTypes 메서드
Enumerates a list of data types to which the default or rule is bound.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
Public Function EnumBoundDataTypes As SqlSmoObject()
‘사용 방법
Dim instance As DefaultRuleBase
Dim returnValue As SqlSmoObject()
returnValue = instance.EnumBoundDataTypes()
public SqlSmoObject[] EnumBoundDataTypes()
public:
array<SqlSmoObject^>^ EnumBoundDataTypes()
member EnumBoundDataTypes : unit -> SqlSmoObject[]
public function EnumBoundDataTypes() : SqlSmoObject[]
반환 값
형식: array<Microsoft.SqlServer.Management.Smo. . :: . .SqlSmoObject> [] () [] []
An array of SqlSmoObject objects that specify the data types to which the default or rule is bound.